ImagXpress 13 for .NET - User Guide > How To > View an Image > Specify How the Image Should Be Displayed > Change Image Display Rendering |
The ImagXpress® control provides advanced image display features. The following properties will alter the display of an image after it loads, without changing the image itself. These operations are faster than actually changing the image data and not permanent. They are particularly useful when using multiple views of one image. In that case, an operation on the image data would affect all views of that image buffer, while these operations will only affect one view.
The ImageXView methods modify only the image view, not the image itself. To modify the image, use the Processor methods. |
The ImageXView.Antialias property enables or disables the anti-alias effect. When the logical size of an image is reduced to less than the actual size of the image, then some of that image’s pixels will be lost. When Antialias is enabled, the pixels that would occupy the same area are averaged together; turning them into a level of gray for black and white images. For color images, all of the pixels are averaged. This prevents fine lines from being lost and allows a full page of printed text to be read clearly.
The ImageXView.Brightness property sets the brightness level for the image. It allows the user to adjust the brightness of the displayed image.
The ImageXView.Contrast property sets the contrast level for the image. It allows the user to adjust the contrast of the displayed image.
The ImageXView.GrayMode property specifies whether a grayscale image should be displayed using a medical grayscale transform or a simple linear transform.
The ImageXView.Smoothing property enables or disables the view smoothing effect. When the logical size of an image is increased to more than the actual size of the image, the image starts to look boxy. When Smoothing is enabled, ImagXpress performs a leveling algorithm that evens out square edges.
The ImageXView.Dithered property enables or disables the use of dithering.
The ImageXView.PreserveBlack property enables or disables the preserve black features, which enhances black objects (such as lines) to increase readability.